Click or drag to resize

ContactEntity Class

Represents a single contact entity.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeContactEntity

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ContactEntity

The ContactEntity type exposes the following members.

Constructors
  NameDescription
Public methodContactEntity
Initializes a new instance of the ContactEntity class.
Top
Properties
  NameDescription
Public propertyAddresses
Represents a list of addresses.
Public propertyAssistantPhone
Represents the telephone number as the assistant's telephone number.
Public propertyBusinessFax
Represents the telephone number as a business fax number.
Public propertyBusinessName
Represents the name of a business.
Public propertyBusinessPhone
Represents the telephone number as a business telephone number.
Public propertyBusinessPhone2
Represents the telephone number as a second business telephone number.
Public propertyCallbackPhone
Represents the telephone number as a callback number.
Public propertyCarPhone
Represents the telephone number as a car telephone number.
Public propertyCompanyPhone
Represents the telephone number as the company's telephone number.
Public propertyDisplayName
Represents the display name of a contact.
Public propertyEmailAddresses
Represents a list of extracted email addresses.
Public propertyHomeFax
Represents the telephone number as a home fax number.
Public propertyHomePhone
Represents the telephone number as a home telephone number.
Public propertyHomePhone2
Represents the telephone number as a second home telephone number.
Public propertyIsdn
Represents the telephone number as an Integrated Services Digital Network (ISDN) line.
Public propertyMobilePhone
Represents the telephone number as a mobile phone number.
Public propertyOtherFax
Represents the telephone number as another fax number.
Public propertyOtherPhone
Represents the telephone number as another telephone number.
Public propertyPager
Represents the telephone number as a pager.
Public propertyPersonName
Represents the name of an individual.
Public propertyPosition
Represents the position of the entity.
Public propertyPrimaryPhone
Represents the telephone number as the primary telephone number.
Public propertyRadioPhone
Represents the telephone number as a radio telephone.
Public propertyTelex
Represents the telephone number as a telex telephone number.
Public propertyTtyTddPhone
Represents the telephone number as a telex telephone number.
Public propertyUrls
Represents a list of URLs.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current ContactEntity object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also